home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / ViePratique / Ahnenblatt / absetup.exe / {app} / Ahnblatt.exe / 0 / RCDATA / TPROGRESSFORM / TPROGRESSFORM.txt
Text File  |  2014-12-03  |  1KB  |  57 lines

  1. object ProgressForm: TProgressForm
  2.   Left = 879
  3.   Top = 913
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = '_ProgressForm'
  7.   ClientHeight = 34
  8.   ClientWidth = 300
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Arial'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = True
  17.   Position = poDefault
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 14
  23.   object ProgressBar: TQProgressBar
  24.     Left = 5
  25.     Top = 8
  26.     Width = 291
  27.     Height = 21
  28.     orientation = boHorizontal
  29.     barKind = bkCylinder
  30.     barLook = blGlass
  31.     roundCorner = True
  32.     backgroundColor = clWhite
  33.     barColor = clLime
  34.     startColor = clLime
  35.     finalColor = clLime
  36.     showInactivePos = False
  37.     invertInactPos = False
  38.     inactivePosColor = clGray
  39.     shaped = True
  40.     shapeColor = 7617536
  41.     blockSize = 10
  42.     spaceSize = 2
  43.     showFullBlock = True
  44.     Maximum = 1000
  45.     Position = 50
  46.     captionAlign = taLeftJustify
  47.     font.Charset = DEFAULT_CHARSET
  48.     font.Color = clWindowText
  49.     font.Height = -11
  50.     font.Name = 'Arial'
  51.     font.Style = []
  52.     AutoCaption = False
  53.     AutoHint = False
  54.     ShowPosAsPct = False
  55.   end
  56. end
  57.